PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableStringCell Class / setForceLongWordsWrap Method
True if long words are wrapped at character level if they do not fit entirely on a single line.
In This Topic
    setForceLongWordsWrap Method
    In This Topic
    Sets a flag indicating whether long words should wrap if they do not fit entirely on a single line.
    This method has effect if method returns true.
    Syntax
    public void setForceLongWordsWrap( 
       boolean value
    )

    Parameters

    value
    True if long words are wrapped at character level if they do not fit entirely on a single line.
    See Also